Back to Release page

Release Notes for STM3210E_EVAL Applications

Copyright 2017 STMicroelectronics

 

Update History

V1.8.0 / 26-June-2019

Main Changes

  •   Update STemWin applications to be compliant with new STemWin architecture
  • Update USB HOST projects to be compliant with USB Host Stack **V3.3.3:**
    • Add the following USB callback in usbh_conf.c user file:
      • HAL_HCD_PortEnabled_Callback()
      • HAL_HCD_PortDisabled_Callback()
  • Update USB Device projects for **103xx/107xx** devices to be compliant with USB Device **2.5.3**
    • USB HS mode isn't supported by these STM32 devices
  • Update USB device applications by adding a UNUSED() macro in the followings API on file usbd_desc.c files in order to avoid compilation warnings
    • USBD_DFU_DeviceDescriptor()
    • USBD_DFU_LangIDStrDescriptor()
    • USBD_DFU_ManufacturerStrDescriptor()
    • USBD_DFU_SerialStrDescriptor()
  • Remove useless  setting of ep0_mps in usbd_conf.c file for USB device applications
    • usbd_conf.h: Optimize USB device string descriptor size (USBD_MAX_STR_DESC_SIZ)
  • Update HID_Standalone application available on **STM3210E_EVAL** board to be compliant new HAL PCD driver.

V1.7.0 / 09-October-2018

Main Changes

  • Update stm32f1xx_hal_conf.h files to add support to HAL CAN Legacy Module.

V1.6.0 / 12-May-2017

Main Changes

  • General updates to be compliant with Linux platforms

V1.5.0 / 14-April-2017

Main Changes

  • Update stm32f1xx_hal_conf.h file to be aligned with new conf_template.h
  • Update applications using FreeRTOS to use TIM HW as time base source
  • Update applications related to STemWin library to support STemWin 5.32 version
  • Update IAP Applications following modifications in HAL UART

V1.4.0 / 29-April-2016

Main Changes

  • Change license to “Ultimate Liberty”.
  • Update all the system_stm32f1xx.c with new AHBPrescTable and APBPrescTable.

V1.3.0 / 18-December-2015

Main Changes

  • To ensure the full compatibility of the GPIO interfaces across all the STM32 families, the gpio speed definition have been renamed:
    • GPIO_SPEED_LOW to GPIO_SPEED_FREQ_LOW
    • GPIO_SPEED_MEDIUM to GPIO_SPEED_FREQ_MEDIUM
    • GPIO_SPEED_HIGH to GPIO_SPEED_FREQ_HIGH
    • aliases are created to keep backward compatibility
  • Change the “Liberty” License with the new license “Ultimate Liberty” for the applications.
  • Reduce the default timeout value for the startup of the HSE form 5s to 100ms.
  • Update the Keil projects from V4 to V5.
  • Adapt the SW4STM32 projects to version 1.5.0 of the IDE.

V1.2.0 / 31-July-2015

Main Changes

  • FreeRTOS:
    • Adding new projects to introduce the FreeRTOS V8.2.1 new features:
      • FreeRTOS_SignalFromISR (thread signaling from an interrupt)
      • FreeRTOS_Signal (thread signaling)
      • FreeRTOS_Mail (mail queues)
    • Reduce heap size accordingly to the OS resources used inside the application. A margin of 10% rounded to the upper Kb is used. This permit to significantly reduce the memory usage within the following applications:
      • FreeRTOS_ThreadCreation: Reduced from 15 Kb of heap (RAM) to 2Kb. (FreeRTOSConfig.h/configTOTAL_HEAP_SIZE)
      • FreeRTOS_SignalFromISR: 3Kb of heap.
      • FreeRTOS_Signal: 5kb of heap.
      • FreeRTOS_Mail: 3Kb of heap.
    • For more details about FreeRTOS implementation on STM32Cube, please refer to UM1722 "Developing Applications on STM32Cube with RTOS".
  • IAP:
    • Add the IAP application with its associated led blinking project. This project demonstrates how to build an application to be loaded into Flash memory using In-Application Programming (IAP, through USART).
  • Updates linked to middleware version changes:
    • Minor updates to be compliant with FreeRTOS V8.2.1.
    • Minor updates to be compliant with FatFs R0.11.
    • Projects configuration update to include the library STemWin528 instead of STemWin526.

V1.1.0 / 05-June-2015

Main Changes

  • Add support of System Workbench for STM32 (SW4STM32) toolchain

V1.0.0 / 16-December-2014

Main Changes

  • First official release.

License

Redistribution and use in source and binary forms, with or without modification, are permitted, provided that the following conditions are met:
  1. Redistribution of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
  2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
  3. Neither the name of STMicroelectronics nor the names of other contributors to this software may be used to endorse or promote products derived from this software without specific written permission.
  4. This software, including modifications and/or derivative works of this software, must execute solely and exclusively on microcontroller or microprocessor devices manufactured by or for STMicroelectronics.
  5. Redistribution and use of this software other than as permitted under this license is void and will automatically terminate your rights under this license.

THIS SOFTWARE IS PROVIDED BY STMICROELECTRONICS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS, IMPLIED OR STATUTORY WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT OF THIRD PARTY INTELLECTUAL PROPERTY RIGHTS ARE DISCLAIMED TO THE FULLEST EXTENT PERMITTED BY LAW. IN NO EVENT SHALL STMICROELECTRONICS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING  NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

For complete documentation on STM32 Microcontrollers visit www.st.com/STM32